@font-face {
  font-family: "ys_font"; /* Project id 4691323 */
  src: url('../fonts/ys_font.woff2') format('woff2'),
       url('../fonts/ys_font.woff') format('woff'),
       url('../fonts/ys_font.ttf') format('truetype');
}

.ys_font {
  font-family: "ys_font" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.icon-fanyi-o:before {
  content: "\e671";
}
.icon-up:before {
  content: "\e64a";
}

.icon-down:before {
  content: "\e64b";
}
/*弹性布局兼容各浏览器*/
/* 定义 */
.flex-def {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* 主轴居中 */
.flex-zCenter {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* 主轴两端对齐 */
.flex-zBetween {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* 主轴项目间相同间距 */
.flex-zEvenly{
  -webkit-box-pack: space-evenly;
  -moz-justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
/* 主轴项目项目两边相同 */
.flex-zAround{
  -webkit-box-pack: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/* 主轴end对齐 */
.flex-zEnd {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* 主轴start对齐 */
.flex-zStart {
  -webkit-box-pack: start;
  -moz-justify-content: start;
  -webkit-justify-content: start;
  justify-content: start;
}
/* 侧轴居中 */
.flex-cCenter {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
/* 侧轴start对齐 */
.flex-cStart {
  -webkit-box-align: start;
  -moz-align-items: start;
  -webkit-align-items: start;
  align-items: start;
}
/* 侧轴底部对齐 */
.flex-cEnd {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* 侧轴文本基线对齐 */
.flex-cBaseline {
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/* 侧轴上下对齐并铺满 */
.flex-cStretch {
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* 主轴从上到下 */
.flex-zTopBottom {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* 主轴从下到上 */
.flex-zBottomTop {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* 主轴从左到右 */
.flex-zLeftRight {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* 主轴从右到左 */
.flex-zRightLeft {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* 允许子元素拉伸 */
.flex-item {
  -webkit-box-flex: 1.0;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* 禁止子元素缩小 */
.flex-shrink{
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}
/* 子元素的显示次序 */
.flex-order{
  -webkit-box-ordinal-group: 1;
  -moz-order: 1;
  -webkit-order: 1;
  order: 1;
}
/* 换行，第一行在上方 */
.flex-wrapWrap{
  -webkit-flex-wrap:wrap;
  -webkit-box-lines:wrap;
  -moz-flex-wrap:wrap;
  flex-wrap:wrap;
}
/* 换行，第一行在下方 */
.flex-wrapReverse{
  -webkit-flex-wrap:wrap-reverse;
  -webkit-box-lines:wrap-reverse;
  -moz-flex-wrap:wrap-reverse;
  flex-wrap:wrap-reverse;
}
html{
  font-size: 16px;
}
body{
  background-color: #d1ceb9;
}
a{color: #333;}
.container-fluid{
  max-width: 1300px;
}
header{
  background-color: #F0EFE2;
  position: relative;
  z-index: 9;
}
.navbar-light h1{
  margin: 0;
}
.navbar-light .navbar-brand {
  font-weight: bold;
  display: block;
}
header .navbar{
  padding: 3px 1rem;
  background-color: transparent;;
}
#dr_search_module_name{
  padding: 2px;
}
form .dropdown-menu.show{
  background-color: #fff;
  opacity: 1;
  padding: 0 10px;
  min-width: auto;
}
form .dropdown-menu.show li{
  white-space:nowrap;
  line-height: 2;
  cursor:pointer
}
.main{}
.main .content{
  width: calc(100% - 330px);
}
.main .sidebar{
  width: 300px;
}
.ys-item{
  background-color: #f0efe2;
  margin-top: 20px;
  border-radius: 5px;
  padding: 15px;
}
.content .ys-item{
  padding: 15px 40px;
}
.content .ys-item .item-title {
  text-align: center;
  font-size: 2rem;
}
.content .ys-item .item-title a{
  font-size: 20px;
  font-weight: bold;
  color: #297ab5;
  display: block;
}
.content .ys-item .item-info{
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  text-align: center;
}
.content .ys-item .item-info a{
  color: #666;
}
.content .ys-item .item-content{
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.content .ys-item .item-content h2{
  font-size: 1.4rem;
}
.content .ys-item .item-content h3{
  font-size: 1.1rem;
}
.content .ys-item .item-content .title{
  font-weight: bold;
  font-size: 18px;
}
.content .ys-item .item-content p{
  margin-bottom: 10px;
}
.content .ys-item .item-content .span1{
  color: #19537D;;
}
.content .ys-item .item-content .span2{
  color: #d47632;
}
.content .ys-item .item-footer {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.content .ys-item .item-footer .item-tag{
  font-size: 14px;
  color: #666;
}
.content .ys-item .item-footer .item-tag a{
  color: #666;
}
.content .ys-item .item-footer .item-tag a:hover{
  color: #333;
}
.content .sub-list {
  display: grid;
  grid-template-columns: 42px 1fr 28px;
  grid-column-gap: 10px;
  border-bottom: 1px dashed #dad9d1;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.content .sub-list span{
  font-size: 14px;
}
.content .sub-list a{
  font-size: 14px;
  margin-right: 8px;
}
.content .sub-list li.active{
  order: -1;
}
.content .sub-list li.active a{
  color: #d47632;
  font-weight: bold;
}
.content .sub-list i{
  transition: all 0.3s;
  cursor:pointer;
}
.content .sub-list ul{
  list-style: none;
  height: 28px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.content .sub-list li{
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.8;
}
.content .sub-list.on ul{
  height: auto;
}
.content .sub-list.on i{
  transform: rotate(180deg);
}
.ys-item .more{
  clear: both;
  margin-top: 15px;
  font-size: 14px;
}
.sidebar .ys-item .item-title{
  font-weight: bold;
  margin-bottom: 10px;
}
.sidebar .ys-item .item-tag{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.sidebar .ys-item .item-tag a{
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.sidebar .ys-item .item-link{
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.sidebar .ys-item .item-link a{
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  text-align: center;
  padding: 0 5px;
  white-space:nowrap;
}
footer p{
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 0;
}
footer p a{
  color: #333;
}
@media screen and (max-width: 768px) {
  .main .content{
    width: 100%;
  }
  .main .sidebar{
    display: none;
  }
  .content .ys-item{
    padding: 15px;
  }
}


.page{
  text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #333;
  background-color: #f0efe2;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #333;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #333;
  border-color: #333;
  cursor: default;
}
.ys_span{
  margin-right: 4px;
  background-color: #a09e9e;
  padding: 0 5px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
}
.ys-ai{
  font-size: 13px;
  color: #a58200;
}